Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@crave/farmblocks-text
Advanced tools
React components for displaying text. See Storybook
You can combine the text props to create a full customizable text page.
import React from "react";
import { render } from "react-dom";
import Text from "@crave/farmblocks-text";
import { fontSizes, fontTypes } from "@crave/farmblocks-theme";
const App = () => (
<div>
<Text fontWeight="title" size={fontSizes.HUGE} type={fontTypes.FEATURED}>
Content title
</Text>
<Text size={fontSizes.LARGE} type={fontTypes.NEUTRAL} lineHeight={2.5}>
This is a normal text that can be used as a subtitle
</Text>
<Text
paragraph
size={fontSizes.MEDIUM}
type={fontTypes.NORMAL}
align="justify"
>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the
1500s, when an unknown printer took a galley of type and scrambled it to
make a type specimen book. It has survived not only five centuries.
</Text>
</div>
);
render(<App />, document.getElementById("root"));
This code will render this:
See it in the source
Also see the predefined font sizes and types available on farmblocks-theme package
MIT
FAQs
Farmblocks text
We found that @crave/farmblocks-text demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.